PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFResetFormAction Class / getFields Method
In This Topic
    getFields Method
    In This Topic
    Gets a list identifying which fields to reset or which to exclude from resetting. If the list is null or empty then all the form fields are reset no matter the value returned by getResetFields method.
    Syntax
    public java.util.ArrayList<String> getFields()

    Return Value

    A list of strings identifying which fields to reset or which to exclude from resetting, depending on the value returned by getResetFields method.
    See Also